Skip to main content
Glama

MCP TabNews Integration

get contents by user

Fetch user-specific content from TabNews API by specifying username, page, per_page, and strategy to organize posts efficiently.

Instructions

get contents by user from tabnews api

Input Schema

NameRequiredDescriptionDefault
pageNoThe page number to get
per_pageNoThe number of contents per page
strategyNoThe strategy to get the contents
usernameYesThe username to get the contents

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "The page number to get", "type": "number" }, "per_page": { "description": "The number of contents per page", "type": "number" }, "strategy": { "description": "The strategy to get the contents", "enum": [ "relevant", "new", "old" ], "type": "string" }, "username": { "description": "The username to get the contents", "type": "string" } }, "required": [ "username" ], "type": "object" }

Other Tools from MCP TabNews Integration

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/renant/mcp-tabnews'

If you have feedback or need assistance with the MCP directory API, please join our Discord server